home *** CD-ROM | disk | FTP | other *** search
- alias cc vc -sd
-
- echo "This may take some time..."
- echo "Cleaning T:..."
- delete t:#?.(s|o|lib|dir) quiet
- echo "Processing FDs..."
- spat fd2lib FD:#?.fd -sd
- echo "Assembling stubs..."
- cc -c t:#?.s
- echo "Removing obsolete assembler sources..."
- delete t:#?.s quiet
- delete t:amigas.lib quiet
- ;list >t:MakeALIB.batch t:#?.o LFORMAT "libr -a t:amiga.lib *"%s%s*""
- ;execute t:MakeALIB.batch
- ;delete t:MakeALIB.batch quiet
- echo "Compiling/Assembling support routines..."
- cc -c #?.s
- cc -c #?.c
- copy #?.o t: quiet
- echo "Joining everything together..."
- join t:*.o to t:amigas.lib
- echo "Celaning up..."
- delete t:#?.o quiet
- echo "...poooh...amiga.lib can be found in T:"
-
-